/* Contents:
 - Logo
 - Search
 - Columns
 - Promo
 - Boxes
 - Lists
 - Tables
*/

/* Logo */
#logo {
	display: inline;
	float: left;
	margin-top: 1px;
	margin-left: 20px;
}

#empresa {
	display: inline;
	float: left;
	margin-top: 23px;
	margin-left: 23px;
}

/* Search */
#websearch {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 207px;
}
#websearch label {
	display: none;
}
#websearch input#searchfield {
	background: url(../images/template/bg_search_field.gif) no-repeat;
	height: 15px;
	width: 160px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	padding: 4px 5px 4px 10px;
	font-size: 1.1em;
	color: #7C7C7C;
}
#websearch input#searchbutton {
	height: 22px;
	width: 29px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	border-style: none;
	display: block;
	float: left;
}

/* Columns */
.column {
	float: left;
}
.column2 {
	float: left;
}
.two-cols,
.three-cols {
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.two-cols .column {
	width: 45%;
	margin-right: 5%;
}
.three-cols .column {
	width: 245px;
	margin-right: 12px;
	padding: 0px;
}
.three-cols .column.last,
.two-cols .column .last {
	margin-right: 0;
}
.column .img-content {
	margin-right: 10px;
}

.three-cols .column2 .last,
.two-cols .column2 .last {
	margin-right: 0;
}
.column2 .img-content {
	margin-right: 10px;
}

/* Boxes --------------------
Backpage internal elements are contained in boxes with borders and gradients.
Some large (box) setting defaults, some smaller that live inside the large ones
(nested-box) and some in the sidebar (sidebar-box)
-------------------------------*/
.box {
	background: url(../images/template/content/main-box_inner.gif) repeat-y 0px 51px;
	width: 657px;
	position: relative;
	margin-bottom: 20px;
}
.box-top {
	background: url(../images/template/content/main-box_top.gif) no-repeat 0px 0px;
	height: 51px;
	width: 657px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.box-inner {
	width: 607px;
	z-index: 50;
	position: relative;
	padding: 25px 24px 10px;
}
.box-bottom {
	background: url(../images/template/content/main-box_bottom.gif) no-repeat;
	height: 14px;
	width: 657px;
	/* ie6 style */
	_background-position: 0 2px;
}
.box.nested-box {
	width: 605px;
	background: url(../images/template/content/nested-box-inner.gif) repeat-y;
	margin-left: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#tabs .box.nested-box {
	margin-left: 0;
}
.nested-box .box-top {
	width: 605px;
	background: url(../images/template/content/nested-box-top.gif) no-repeat;
	height: 92px; /* height: 184px; */
	top: -4px;
}
.nested-box .box-inner {
	width: 568px;
}
.nested-box .box-bottom {
	background: url(../images/template/content/nested-box-bottom.gif) no-repeat;
	height: 4px;
	width: 605px;
	/* ie6 styles */
	_background-position: 0 8px;
}
.prod-box {
	background: url(../images/template/content/prod-box-top.gif) no-repeat;
	font-size: 1.1em;
	width: 485px;
	padding: 0px;
	margin-left: 3px;
}
.prod-box .box-inner {
	background: url(../images/template/content/prod-box-main.gif) no-repeat left bottom;
	width: 465px;
	clear: both;
	float: none;
	margin: 0px 0px 25px;
	padding: 10px;
	overflow: hidden;
}
.prod-box h3 {
	height: 17px;
	margin: 0px;
	padding: 8px 25px;
}
.prod-box div.img {
	display: inline;
	text-align: center;
	width: 100px;
	padding-left: 8px;
}
/* see sidebar in backpage.css for sidebar boxes */

/* Lists */
#main ul {
	padding-left: 15px;
}
#main ul li {
	list-style-image: url(../images/template/bullet.gif);
	padding: 0 0 10px 0;
	line-height: 1.3em;
}
#main ul.tight li {
	padding: 0px 0px 5px;
}
#main ul.tight li:last-child {
	padding: 0px;
}

/* lists in main content only */
#content ul.highlight-arrows {
	margin-left: 15px;
	float: none;
	width: auto;
}
#content ul.narrow {
	width: 500px;
	margin-bottom: 30px;
}

#content ul.highlight-arrows li {
	list-style-image: url(../images/template/bullet_red.gif);
	padding-bottom: 5px;
}
#content ul.highlight-arrows li a {
	padding-left: 0px;
}
#content ul {
	margin: 0 0 10px 0;
}

#content ul.two-cols li {
	float: left;
	width: 45%;
	margin-right: 3%;
}
#content ul.three-cols li {
	float: left;
	width: 28%;
	margin-right: 2%;
}
#content ul.inline li {
	display: inline;
	padding: 0px 10px 5px 15px;
}
#content ul.spacer li {
	border-left: 1px solid #CCC;
}

#content .prod-box ul.red-arrows li {
	float: left;
	width: 44%;
	margin-right: 3%;
	font-family: Arial, Helvetica, sans-serif;
	/* ie6 styles */
	_width: 150px;
	_margin-right: 10px;
}
#content .prod-box ul.red-arrows {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	/*ie6*/
	_list-style-image: url(..\images\template\bullet_red.gif);
	_list-style-position: outside;
}

/* toggles */
.toggle_header {
	margin-bottom: 3px;
}
.toggle_header img {
	vertical-align: top;
}

/* Table Styled */
table.styled {
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../images/template/table-top.gif) no-repeat 0px 0px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 2px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
table.styled.with-header {
	background: url(../images/template/table-head.gif) no-repeat 0px 0px;
}
table.styled tbody {
	display: block;
}
table.styled tr.table-header {
	display: block;
	width: 608px;
}
table.styled th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F3538;
	padding: 10px 20px 15px 20px;
	border-right: 1px solid #CCCCCC;
}
table.styled th.first,
table.styled td.first {
	width: 200px;
}
table.styled th.second,
table.styled td.second {
	width: 199px;
}

table.styled th.last,
table.styled td.last {
	border: none;
}
table.styled td {
	border-right: 1px solid #CCCCCC;
	padding: 3px 20px;
	vertical-align: top;
}
tr.table-bottom {
	background: url(../images/template/table-bottom.gif) left bottom no-repeat;
	display: block;
	width: 609px;
	padding-bottom: 2px;
}
tr.table-bottom td {
	padding-bottom: 15px;
	/* ie6/7 does not display bg img on rows only on cells */
	*display: block;
	*background: url(../images/template/table-bottom.gif) center bottom no-repeat;
}
tr.table-bottom td.first {
	*background-position: left bottom; /* ie6/7 repeats bg for each cell so attaching bg img accordingly */
}
tr.table-bottom td.last {
	*background-position: right bottom; /* ie6/7 repeats bg for each cell so attaching bg img accordingly */
}


/* display PR PDF links on the right of lists they appear in: */
.prPDF {
	float: right;
	clear: bottom;
	margin-left: .5em;
}

.highlight {
	color: #B70024;
}

img.bordered {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 5px 5px 0;
}

img.exec_portrait {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 5px 5px 0;
	float: left;
}

img.market_image {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
}

img.featured_bordered {
	padding: 2px;
	border: 1px solid #CCC;
}

.featured_image_caption {
	color:#000000;
	float:left;
	padding-right:25px;
}

.featured_image_caption img {
	margin: 0 10px 0 0;
}

.featured_image {
	padding-top: 25px;
	padding-bottom: 35px;
}


.photo_library {
	clear: both;
}
.photo_library img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.edittable {
	width: 95%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color:#ffffff;
	margin: 10px;
	padding: 10px;
}

.edittable .titleRow td {
	background-color: #F4F4F4;
}
.edittable td {
	vertical-align: top;
	margin: 0;
	padding: 2px;
}
.edittable td.required {
	font-weight: bold;
	color: #B70024;
}
.edittable td.required .normal {
	font-weight: normal;
	color: #333333;
}
.edittable td input {
	font-size: 7pt !important;
}

.driverLink {
	width: 158px;
}
.driverVersion {
	width: 50px;
	text-align: right;
	color: white;
	background-color: #5B5B5B;
}
.driverDate {
	width: 60px;
	text-align: right;
	background-color: #F4F4F4;
}
.driverSize {
	width: 50px;
	text-align: center;
	background-color: #EAEAEA;
}

.subheading {
	color: #BB0021;
	font-weight: bold;
}

.disabled_text {
	color: #CCCCCC;
}

.horizontal_line {
	height:1px;
	color: #B70024;
	background: #B70024;
}

#video_overlay {
	background-image: url(../images/template/modal/bg.png);
	width: 600px;
	height: 600px;
	/* initially overlay is hidden */
	display: none;
	padding: 30px;
}
 
/* close button positioned on upper right corner */ 
#video_overlay div.close {
	background-image: url(../images/template/modal/buttonclose.gif);
	position: absolute;
	right: 35px;
	top: 30px;
	cursor: pointer;
	height: 14px;
	width: 14px;
}

/* player container */
.video_player {
	cursor:pointer;
}
